Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] OAuth 로그인 성공시의 로직을 설정한다 #69

Merged
merged 2 commits into from
Oct 20, 2023

Conversation

chrkb1569
Copy link
Member

Summary 📌

  • OAuth 로그인 성공 시, 클라이언트에게 사용자 정보를 반환하도록 구현

Describe your changes 📝

  • OAuth2SuccessHandler 구현

Check list ✅

  • I write PR according to the form
  • All tests are passed
  • Program works normally
  • I set proper PR labels
  • I remove any redundant codes

Opinions 🗣️

Issue numbers and link 🚪

Closes #68

@chrkb1569 chrkb1569 added the ✨ Feature 기능 개발 label Oct 20, 2023
@chrkb1569 chrkb1569 self-assigned this Oct 20, 2023
Copy link
Member

@Ji-Un-Gil Ji-Un-Gil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다🎉🎉🎉

@github-actions
Copy link

Unit Test Results

176 tests   103 ✔️  5m 6s ⏱️
  68 suites      0 💤
  68 files      73

For more details on these failures, see this check.

Results for commit 0765ca4.

@chrkb1569 chrkb1569 merged commit 46744b9 into develop Oct 20, 2023
1 of 3 checks passed
@chrkb1569 chrkb1569 deleted the feature/#68 branch October 20, 2023 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OAuth 로그인 성공시의 로직을 설정한다
2 participants